-
Notifications
You must be signed in to change notification settings - Fork 56
Adding aic-hw-version Compile Options Support #528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Abukhoyer Shaik <[email protected]>
I have made a little change to the |
Is anything pending on this? I think we are good to merge this change. |
Yes, the compiler changes need to be merged first before we proceed with adding this change to Qeff. |
e19023e
to
244fa42
Compare
Signed-off-by: Abukhoyer Shaik <[email protected]>
Signed-off-by: Abukhoyer Shaik <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This pull request introduces support for compile-time options via keyword arguments (
kwargs
), including theaic-hw-version
parameter, which now accepts values"ai100"
or"ai200"
. If no value is provided, the default is"ai100"
, representing the AI100 hardware.These enhancements allow users to tailor the
compile
API to better suit their specific requirements.Example Usage: